home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol C-14 / Vol C-14.iso / games / skate.swf / scripts / DefineButton2_125 / BUTTONCONDACTION on(keyPress Down).as next >
Text File  |  2012-04-23  |  128b  |  7 lines

  1. on(keyPress "<Down>"){
  2.    tellTarget("");
  3.    gotoAndStop("board");
  4.    play();
  5.    set("/:score",eval("/:score") + "15");
  6. }
  7.